header .header_body .logo, header .header_body .menu, header .header_body .menu ul.menu_body li
	{
	float: left
}

body, html {
	font-size: 14px;
	line-height: 1;
	min-width: 320px
}

.container {
	width: 1120px;
	margin: 0 auto
}

.ohCon {
	overflow: hidden
}

header {
	background: #fff;
	-webkit-box-shadow: 1px 1px 5px #ccc;
	box-shadow: 1px 1px 5px #ccc;
	position: relative;
	z-index: 2
}

header .header_body {
	height: 100px
}

header .header_body .logo {
	width: 200px;
	height: 100px;
	background: url(../img/logo.png) left center no-repeat
}

header .header_body .logo a {
	width: 100%;
	height: 100%;
	display: block
}

header .header_body .menu {
	margin-left: 100px;
	height: 100px
}

header .header_body .menu ul.menu_body li a {
	padding: 42px 12px 22px;
	font-size: 14px;
	display: inline-block;
	border-radius: 0 0 4px 4px;
	color: #282828
}

header .header_body .menu ul.menu_body li a:hover {
	color: #00a29a
}

header .header_body .menu ul.menu_body li.active a {
	background: #00a29a;
	color: #fff
}

header .header_body .menu ul.menu_body li.active a:hover {
	color: #fff
}

header .header_body .operation {
	float: right;
	padding-top: 38px;
	position: relative
}

header .header_body .operation span {
	display: inline-block;
	width: 24px;
	height: 24px;
	float: right;
	background: url(../img/e.png) center center no-repeat;
	margin-left: 10px;
	cursor: pointer
}

header .header_body .operation .search {
	margin-left: 0
}

header .header_body .operation .search:hover {
	background-image: url(../img/e_hover.png)
}

header .header_body .operation .contacts {
	background-image: url(../img/contacts.png)
}

header .header_body .operation .contacts:hover {
	background-image: url(../img/contacts_hover.png)
}

header .header_body .operation .world {
	/* background-image: url(../img/En.png) */
}

header .header_body .operation .world:hover {
	/* background-image: url(../img/En.png) */
}

header .header_body .menu_box {
	padding: 40px 0;
	position: absolute;
	height: 140px;
	background: rgba(255, 255, 255, .9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff,
		ff, endColorstr=#e5ffffff, ff);
	top: 100px;
	left: 0;
	width: 100%;
	right: 0;
	z-index: 999;
	display: none
}

header .header_body .menu_box .box {
	overflow: hidden;
	clear: both;
	display: none
}

header .header_body .menu_box .box .img {
	float: left;
	width: 220px;
	overflow: hidden
}

header .header_body .menu_box .box .img img {
	width: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

header .header_body .menu_box .box .img:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

header .header_body .menu_box .box .info {
	float: left;
	padding-top: 10px;
	width: 32%;
	margin-left: 1.75%
}

header .header_body .menu_box .box .info h4, header .header_body .menu_box .box .info h5
	{
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #333
}

header .header_body .menu_box .box .info p {
	font-size: 12px;
	color: #999;
	margin-top: 10px;
	line-height: 22px
}

header .header_body .menu_box .box .second {
	float: right;
	padding-top: 10px;
	width: 32%
}

header .header_body .menu_box .box .second ul {
	float: left;
	width: 48%;
	margin-right: 2%
}

header .header_body .menu_box .box .second ul li {
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #bfbfbf;
	height: 40px;
	line-height: 40px
}

header .header_body .menu_box .box .second ul li a {
	color: #333;
	display: block
}

header .header_body .menu_box .box .second ul li a:hover {
	color: #00a29a
}

header .header_body .search_box {
	position: absolute;
	right: 0;
	padding: 4px;
	background: #00a29a;
	top: 100px;
	display: none;
	width: 300px
}

header .header_body .search_box span {
	display: inline-block;
	border: 1px solid #d0d0d0;
	height: 30px;
	padding-left: 28px;
	background: url(../img/magnifier.png) left 7px center no-repeat #fff;
	border-right: 0;
	border-radius: 8px 0 0 8px
}

header .header_body .search_box .input {
	width: 210px;
	height: 30px;
	line-height: 30px;
	outline: 0;
	border: 0
}

header .header_body .search_box .button {
	background: #2d2d2d;
	border-radius: 0 8px 8px 0;
	width: 60px;
	color: #fff;
	outline: 0;
	border: 0;
	height: 30px
}

footer {
	width: 100%
}

footer .footer_body {
	background-color: #111;
	height: 260px;
	padding-top: 40px;
	width: 100%
}

footer .footer_body .footer_menu {
	float: left;
	width: 80%
}

footer .footer_body .footer_menu div {
	float: left;
	width: 9%;
	margin-right: 5%
}

footer .footer_body .footer_menu div h2 {
	border-bottom: 2px solid #00a29a;
	padding-bottom: 12px;
	font-weight: 700;
	color: #fff;
	font-size: 16px
}

footer .footer_body .footer_menu div ul {
	margin-top: 20px
}

footer .footer_body .attention .tips .cut, footer .footer_body .footer_menu div ul li
	{
	margin-top: 10px
}

footer .footer_body .footer_menu div ul li a {
	color: #999;
	font-size: 12px
}

footer .footer_body .footer_menu div ul li a:hover {
	color: #00a29a
}

footer .footer_body .attention {
	float: right;
	color: #fff;
	overflow: hidden;
	width: 17%
}

footer .footer_body .attention .ewm div {
	width: 40%
}

footer .footer_body .attention .ewm div img {
	width: 100%
}

footer .footer_body .attention .ewm div p {
	text-align: center;
	line-height: 30px;
	font-size: 13px
}

footer .footer_body .attention .ewm div:first-child {
	float: left
}

footer .footer_body .attention .ewm div:last-child {
	float: right
}

footer .footer_body .attention .tips {
	clear: both;
	text-align: center;
	font-size: 13px
}

footer .footer_body .attention .tips .cut a {
	margin: 0 6px
}

footer .footer_body .attention .tips .cut a:hover {
	color: #00a29a
}

footer .footer-copy-right {
	background: #000;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	color: #666
}

.right_nav {
	position: fixed;
	right: 2.86%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	z-index: 90
}

.right_nav a {
	display: block;
	height: 50px;
	background: url(../img/QRcode.png) center center no-repeat #bbb;
	margin-bottom: 2px
}

.right_nav .phone, .right_nav a div, .right_nav a:hover {
	background-color: #00a29a
}

.right_nav a div {
	position: absolute;
	right: 50px;
	display: none
}

.right_nav #right_nav_phone {
	background-image: url(../img/phone.png)
}

.right_nav #right_nav_mail {
	background-image: url(../img/mail.png)
}

.right_nav #right_nav_top {
	background-image: url(../img/top.png)
}

.right_nav .ewm {
	padding: 10px;
	width: 210px;
	top: 0
}

.right_nav .ewm label {
	width: 100px;
	display: inline-block
}

.right_nav .ewm label img {
	width: 100px;
	height: 100px
}

.right_nav .ewm label p {
	text-align: center;
	line-height: 30px;
	font-size: 13px
}

.right_nav .ewm label:first-child {
	float: left
}

.right_nav .ewm label:last-child {
	float: right
}

.right_nav .phone {
	color: #fff;
	height: 40px;
	padding: 5px;
	top: 52px;
	line-height: 40px;
	width: 180px;
	text-align: center
}

.right_nav .mail {
	top: 104px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	width: 230px
}

.right_nav a:hover div {
	display: block
}

#pagination {
	text-align: center;
	padding: 40px 0 10px
}

#pagination ul li {
	display: inline-block;
	margin: 0 2px;
	vertical-align: middle
}

#pagination ul li a {
	display: block;
	color: #2d2d2d;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 2px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #f0f0f0
}

#pagination ul .active a, #pagination ul li a:hover {
	color: #fff;
	background-color: #00a29a;
	border-color: #00a29a
}

#pagination ul .first a, #pagination ul .jumpNext a, #pagination ul .jumpPrev a,
	#pagination ul .last a, #pagination ul .next a, #pagination ul .pre a {
	font-size: 0;
	z-index: -2000
}

#pagination ul .first a:hover, #pagination ul .jumpNext a:hover,
	#pagination ul .jumpPrev a:hover, #pagination ul .last a:hover,
	#pagination ul .next a:hover, #pagination ul .pre a:hover {
	background-color: #f0f0f0;
	border-color: #ccc
}

#pagination ul .jumpNext a, #pagination ul .jumpPrev a {
	background: url(../img/page_jump.png) center center no-repeat #f0f0f0
}

#pagination ul .first a {
	background: url(../img/page_first.png) center center no-repeat #f0f0f0
}

#pagination ul .last a {
	background: url(../img/page_last.png) center center no-repeat #f0f0f0
}

#pagination ul .pre a {
	background: url(../img/page_pre.png) center center no-repeat #f0f0f0
}

#pagination ul .next a {
	background: url(../img/page_next.png) center center no-repeat #f0f0f0
}

.miniHeader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 91;
	height: 60px;
	display: none
}

.miniHeader .logo {
	width: 200px;
	height: 60px;
	background: url(../img/logo.png) left center no-repeat;
	float: left;
	margin-left: 10px
}

.miniHeader .logo a {
	width: 200px;
	height: 60px;
	display: block
}

.miniHeader .header_right_btn {
	float: right;
	padding-top: 15px
}

.miniHeader .header_right_btn a {
	width: 31px;
	height: 30px;
	display: inline-block;
	margin-right: 10px
}

.miniHeader .header_right_btn .search {
	background: url(../img/mini_nav_search.png) no-repeat
}

.miniHeader .header_right_btn .menu {
	background: url(../img/mini_nav_list.png) no-repeat
}

.miniHeader .header_right_btn .search_box {
	position: absolute;
	left: 0;
	right: 0;
	padding: 5px 1%;
	background: #00a29a;
	top: 60px;
	width: 100%;
	overflow: hidden;
	display: none;
	z-index: 92
}

.miniHeader .header_right_btn .search_box .input {
	display: inline-block;
	border: 1px solid #d0d0d0;
	height: 30px;
	padding-left: 28px;
	background: url(../img/magnifier.png) left 7px center no-repeat #fff;
	border-right: 0;
	border-radius: 8px 0 0 8px;
	width: 68%;
	line-height: 30px;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.miniHeader .header_right_btn .search_box .button {
	background: #2d2d2d;
	border-radius: 0 8px 8px 0;
	width: 30%;
	color: #fff;
	outline: 0;
	border: 0;
	height: 30px
}

.miniHeader .miniHeader_nav {
	position: fixed;
	z-index: 93;
	top: 60px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5000000,
		0, endColorstr=#e5000000, 0);
	overflow-y: auto;
	color: #fff;
	display: none
}

.miniHeader .miniHeader_nav div {
	width: 100%
}

.miniHeader .miniHeader_nav div h3 {
	height: 50px;
	font-weight: 400;
	padding-left: 5%;
	font-size: 18px;
	line-height: 50px;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	background: url(../img/icon_jia.png) right 5% center no-repeat
}

.miniHeader .miniHeader_nav div .index {
	background: 0 0
}

.miniHeader .miniHeader_nav div ul {
	display: none;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	padding: 5px 0 5px 5%
}

.miniHeader .miniHeader_nav div ul li {
	height: 25px;
	line-height: 25px;
	font-size: 14px
}